/* CopyRight © 2017 till Patrick och Charlotte Carlsson */
/* Design och layout får inte lov att användas på en annan sida */

/* Text settings */

.recipe-text {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    color: #000000;
}

.recipes-header {
    font-size:16px;
    font-family:Coiny, Verdana;
}

.recipes-text {
    font-family: Verdana, sans-serif;
    color: #464543;
    font-size: 12px;
}
.art-topictext {
    font-size: 32px;
    font-family: "Coiny", Verdana;
    color: #464543;
    margin-top:0px;
    margin-bottom:0px;
}
.art-headtext {
    font-size: 26px;
    font-family: "Coiny", Verdana;
    color: #464543;
    margin-top:0px;
    margin-bottom:0px;
}

/* Färger Grön #44B3C2; Orange #F1A94E; Röd #E45641; Brun #5D4C46; Ljus brun #d4c2a7; Grå #7B8D8E; Ljus gul #F2EDD8; Vit #fbf8ec; Svart #464543; */

body {
    background-color: #fbf8ec;
    margin: 0px;
    width: 100vw;
    overflow-x: hidden;
}

body, div, td, span, a {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    margin:0;
    padding:0;
    height:100%;
}

a {
	text-decoration: underline;
}

#footer {
    width: 100%;
    background-color: #321e17;
    height: 70px;
    padding: 0px;
}

#footer div {
    color: #f9f6ea;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#footer a {
    color: #f9f6ea;
} 

/* Mobile style */

.mobileframe {
	width: 100%;
	height: 100%;
	min-height:100%;
	position:relative;
	margin: 0px;
}

.mobileheader {
    background-image: url('/img/headder-450x175.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fcfcfc;
    height: 175px;
}

.mobile-logo {
    text-align: center;
    padding-top: 5px;
}

.mobilebody {
    padding-top: 0px;
    padding-left: 3px;
    padding-right: 3px;
}

.mobile-search {
    position: absolute;
    top: 140px;
    height: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
}

#mobilesearch {
    padding-top: 0px;
}

#mobilesearch input[type="text"] {
    background: url('/img/search-white.webp') no-repeat 10px 6px #fcfcfc;
    border: 1px solid #7B8D8E;
    font: bold 21px Arial,Helvetica,Sans-serif;
    color: #7B8D8E;
    width: 210px;

    padding: 11px 20px 11px 50px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

#taggar {
	width: 100%;
}

#taggar ul {
    list-style: none;
    overflow: hidden;
    padding-inline-start: 7px;
}

#taggar ul li {
    float: left;
    padding: 3px;
    margin: 3px 3px;
    height: 20px;
    border-radius: 1px 15px 15px 15px;
    text-align: center;
    vertical-align: middle;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 5px solid #895b4a;
    border-right: 3px solid #895b4a;
    background-color: #daccba;
}

#taggar ul li a {
    font-size: 14px;
    font-family: "Coiny", Verdana;
    text-decoration: none;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #daccba;
    color: #464543;    
}

div.category-header {
    padding-bottom: 5px;
    padding-left: 5px;
    height: 55px;
    width: 300px;
    display: flex;
    align-items: center;
    
}

div.category-header div {
    height: 55px;
    font-size:25px;
    font-family: Coiny, Verdana;
}

div.category-header div img {
    filter: invert(27%) sepia(6%) saturate(210%) hue-rotate(2deg) brightness(90%) contrast(90%);
}

#mobile-sub ul {
    list-style: none;
    overflow: hidden;
    padding-inline-start: 7px;
}

#mobile-sub ul li {
    height: 20px;
    border-radius: 1px 15px 15px 15px;
    text-align: center;
    vertical-align: middle;
    padding-top: 3px;
    border-bottom: 5px solid #895b4a;
    border-right: 3px solid #895b4a;
    background-color: #daccba;
    float: left;
	padding: 3px;
    margin: 3px 3px;
}

#mobile-sub ul li a {
    font-size: 18px;
    font-family: "Coiny", Verdana;
    text-decoration: none;
    padding: 12px;
}

#recipres-frame {
    border: 0px;
    border-radius: 7px;
    border-left: 5px solid #464543;
    border-right: 5px solid #464543;
    font-size: 15px;
    font-family: "Coiny", Verdana;
    color: #464543;
    vertical-align:top;
    padding-bottom:7px;
    padding-left:7px;
    padding-right:7px;
    padding-top:7px;
    background-color:#ffffff;
    width: 100%;
    margin: 0px;
}

#recipres-buttons {
    height:250px;
    padding:5px;
    float: left;
}

#frame-img {
    background-size: 175px 175px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height:175px;
    width:175px;
    position:absolute;
    top:0px;
    left:0px;
}

#recipres-buttons #frame {
    border-radius: 15px;
    width:175px;
    height:250px;
    position:relative;
}

#recipres-buttons #cat {
    position:absolute;
    top:0px;
    left:0px;
    opacity: 0.8;
    background-color:#ffffff;
    height:20px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 10px;
}

#recipres-buttons #cat div {
    padding-left:10px;
    padding-right:10px;
    padding-top:3px;
    color:#464543;
    font-weight: bold;
}


#recipres-buttons #text {
    position:absolute;
    top:175px;
    left:5px;
    width:140px;
    font-family: Coiny, Verdana;
    font-size:130%;
}

#recipres-buttons:hover {
    opacity: 0.7;
}

#recipres-frame img {
    width: 100px;
    height: 100px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    margin-bottom: -7px;
}

#recipres-frame tr {
    height: 100px;
}

#recipres-frame tr td {
    border: 0px;
    font-size: 15px;
    font-family: "Coiny", Verdana;
    color: #464543; 
}

#recipres-frame:hover {
    cursor: pointer;
    background-color:#dbe1e0;
    text-decoration: underline;
}

#recipres-frame:hover tr td {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

#socialSharing {
    text-align: center;
    width: 100%;
}

#socialSharing table {
    justify-content: center;
    display:flex;
    flex-wrap: wrap;
}

#socialSharing img {
    width: 60px;
    height: 60px;
    padding-left: 5px; 
}

#socialSharing a img:hover {
    -webkit-filter: brightness(120%);
}