/* 
    Created on : 26.08.2014, 15:17:32
    Author     : Smart abnehmen
*/

*, *:before, *:after {
    box-sizing: border-box;
}

/* LINKS */
a {
    color: #2ba6cb;
    line-height: inherit;
    text-decoration: none;
}
a:focus,a:hover,a:visited {
    color: #2795b6;
    text-decoration: none;
}

/* BACKGROUND */
body {
    background-color: #B8E1F9;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans';
    font-size: 16px;
}
body:before {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    
    background: #a8d99f;
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(1, #B8E1F9)
    );
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #B8E1F9 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #B8E1F9 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #B8E1F9 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #B8E1F9 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #B8E1F9 100%);
    z-index: -1;
}

/* CONTAINER */
.container {
    width: 1000px;
    margin: 0 auto;
}

/* HEADER */
header {
    height: 80px;
    width: 100%;
    margin: 0 auto;
}
header .logo {
    position: relative;
    margin-top: 10px;
    margin-left: 20px;
}
header .logo2 {
    float: right;
    position: relative;
    margin-top: 10px;
}

/* TEXT */
p,h1,h2,h3,h4,h5,h6 {
    width: 95%;
    text-align: center;
    margin: 15px auto;
}
.txtHeadline {
    font-size: 32px;
    color: #0090E8;
}
.txtColorBlue {
    color: #0090E8;
}
.txtColorGray {
    color: #999999;
}
.txtLeft {
    text-align: left;
}
.flLeft {
    float: left;
}
.flRight {
    float: right;
}

/* CONTENT */
.content {
    box-shadow: 0 5px 19px -4px rgba(0, 0, 0, 0.5);
    background-color: #FFFFFF;
    width: 100%;
    margin: 0 auto;
}

.content .video {
    margin: 0 50px;
}

.get-it-garuantee {
    line-height: 100px;
    height: 100px;
    vertical-align: middle;
    z-index: 1;
}
.get-it-garuantee .order {
    position: relative;
    top: -16px;
}
.get-it-garuantee img {
    display: inline-block;
}

.featured-on p {
    text-align: left;
}
.featured-on img {
    display: inline;
    margin-right: 25px;
}

.dieFormelImage {
    width: 100%;
}

/* NAVI */
nav {
    width: 1000px;
    height: 60px;  
    background: linear-gradient(to bottom, #56aaff 49%, #4096ee 51%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    z-index: 999;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 60px;
    width: 100%;
}
nav ul li {
    position: relative;
    float: left;
    width: 20%;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
}
nav ul.wide-3 li {
    width: 33.3333333%;
}
nav ul li:hover,nav ul li a.active {
    background-color: rgba(255,255,255,0.3);
}
nav ul li a:link {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}
nav ul li a:visited,nav ul li a:hover,nav ul li a:active {
    color: #FFFFFF;
    text-decoration: none;
}
nav ul li i {
    display: none;
}

.huge-image {
    width: 70%;
    margin-left: 15%;
}

/* BULLET POINTS */
ul.bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 95%;
    margin: 0 auto;
}
ul.bullets li {
    float: left;
    width: 50%;
    background-image: url(images/yes.png);
    background-position: left 0.4em;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    min-height: 45px;
    padding: 0 0 0 45px;
    font-size: 14px;
}

.clb {
    clear: both;
}

/* LIST WITH IMAGES */
.list-with-images {
    width: 95%;
    margin: 0 auto;
    font-size: 14px;
}
.list-with-images .item {
    width: 50%;
    float: left;
    margin-bottom: 25px;
    min-height: 100px;
}
.list-with-images .item .image {
    width: 18%;
    float: left;
}
.list-with-images .item .text {
    float: left;
    width: 80%;
}

.unsere-mitglieder {
    background-color: #E2F0F9;
    width: 100%;
    height: 380px;
    padding: 20px;
    text-align: left;
}
.unsere-mitglieder h2 {
    margin: 0;
    padding: 0;
    text-align: left;
}
.unsere-mitglieder .images {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}
.unsere-mitglieder img {
    display: inline;
    margin-right: 10px;
}

.lieblingsgerichte {
    width: 95%;
    margin: 0 auto;
}
.lieblingsgerichte .images img,.lieblingsgerichte .descriptions div {
    width: 25%;
    float: left;
}
.lieblingsgerichte .descriptions div {
    text-align: center;
    font-family: 'Papyrus';
}

.geschenkt {
    position: relative;
}
.geschenkt img {
    float: right;
    position: relative;
    top: -50px;
    right: 80px;
}
.geschenkt-box {
    position: relative;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    height: 300px;
    font-size: 14px;
}
.geschenkt-box .image {
    height: 100%;
    width: 33%;
    text-align: center; 
    float: left;
}
.geschenkt-box .image img {
    position: relative;
    top: 47px;
}
.geschenkt-box .text {
    float: left;
    position: relative;
    width: 66%;
    top: 30px;
}

/* FOOTER */
footer {
    height: 200px;
}

/* PAGE HOME */

.articles {
    width: 95%;
    font-size: 14px;
    margin: 0 auto;
}

.articles .item {
    width: 50%;
    float: left;
    margin-top: 40px;
}
.articles .item .image {
    width: 40%;
    float: left;
}
.articles .item .image img {
    width: 100%;
}
.articles .item .text {
    width: 58%;
    margin-left: 2%;
    float: left;
    text-align: left;
}
.articles .item .text h3,.articles .item .text p {
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
}

#imgHinweis {
    position: absolute;
    left: -60px;
    top: 10px;
}

#topBanner {
    width: 100%;
    border-radius: 10px;
    box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.44);
}

.disclaimer {
    font-size: 12px;
    color: #6a6a6a;
    text-align: center;
    width: 100%;
}

/* RESPONSIVENESS */

/* Smartphones */
@media (min-width: 0) {
    .container,nav {
        width: 320px;
    }
    
    .subHeading {
        margin-top: 10px !important;
        margin-bottom: 0;
    }
    
    .get-it-garuantee img {
        width: 90%;
    }
    
    nav .icon {
        display: block;
        font-size: 24px;
    }
    nav .txt {
        display: none;
    }
    
    ul.bullets li {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    
    .list-with-images {
        margin-bottom: 70px;
    }
    .list-with-images .item {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }
    .list-with-images .item .image {
        width: 15%;
    }
    .list-with-images .item .image img {
        width: 90%;
    }
    
    .unsere-mitglieder {
        height: auto;
    }
    .unsere-mitglieder .images img {
        display: block;
        
        margin: 0 0 10px -10px;
    }
    .unsere-mitglieder p {
        width: 80%;
    }
    
    .lieblingsgerichte {
        margin-top: 40px;
    }
    .lieblingsgerichte .images {
        float: left;
        width: 30%;
    }
    .lieblingsgerichte .images img,.lieblingsgerichte .descriptions div {
        display: block;
        float: none;
        width: 100%;
        height: 95px;
    }
    .lieblingsgerichte .descriptions {
        float: left;
        width: 70%;
    }
    .lieblingsgerichte .descriptions div {
        text-align: left;
        padding-left: 5px;
        line-height: 95px;
        vertical-align: middle;
    }
    
    .geschenkt img {
        display: none;
    }
    
    .geschenkt-box {
        height: auto;
        text-align: center;
    }
    
    .geschenkt-box .image {
        width: 100%;
    }
    .geschenkt-box .image,.geschenkt-box .text {
        float: none;
        margin: 0 auto;
    }
    .geschenkt-box .text {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    
    .video-outer {
        width: 256px;
        height: 144px;
        margin-top: 10px;
    }
}

/* Tabletts */
@media (min-width: 760px) {
    .container,nav {
        width: 760px;
    }
    
    .subHeading {
        width: 80%;
    }
    
    nav ul li {
        font-size: 14px;
    }
    nav .icon {
        display: none;
    }
    nav .txt {
        display: block;
    }
    
    .list-with-images .item {
        float: none;
        width: 100%;
    }
    .list-with-images .item .image {
        width: 10%;
    }
    
    .unsere-mitglieder {
        height: auto;
    }
    .unsere-mitglieder .images img {
        display: block;
        margin: 10px auto;
    }
    .unsere-mitglieder p {
        width: 80%;
    }
    
    .geschenkt img {
        display: none;
    }
    .get-it-garuantee img {
        width: auto;
    }
    
    .video-outer {
        width: 608px;
        height: 342px;
    }
}

/* Mittlere Monitore */
@media (min-width: 1000px) {
    .container,nav {
        width: 1000px;
    }
    .get-it-garuantee img {
        width: auto;
    }
    
    nav .icon {
        display: none;
    }
    nav .txt {
        display: block;
    }
    
    ul.bullets li {
        float: left;
        width: 50%;
    }
    
    .list-with-images {
        width: 95%;
        margin: 0 auto;
        font-size: 14px;
    }
    .list-with-images .item {
        width: 50%;
        float: left;
        margin-bottom: 25px;
        min-height: 100px;
    }
    .list-with-images .item .image {
        width: 18%;
        float: left;
    }
    .list-with-images .item .text {
        float: left;
        width: 80%;
    }
    
    .unsere-mitglieder {
        background-color: #E2F0F9;
        width: 100%;
        height: auto;
        padding: 20px;
        text-align: left;
    }
    .unsere-mitglieder h2 {
        margin: 0;
        padding: 0;
        text-align: left;
    }
    .unsere-mitglieder .images {
        width: 95%;
        margin: 0 auto;
        text-align: center;
    }
    .unsere-mitglieder .images img {
        float: left;
        width: 31%;
        margin: 1%;
    }
    .unsere-mitglieder p {
        width: 95%;
    }
    
    .lieblingsgerichte {
        width: 95%;
        margin: 0 auto;
        height: auto;
    }
    .lieblingsgerichte .images img,.lieblingsgerichte .descriptions div {
        width: 25%;
        float: left;
    }
    .lieblingsgerichte .descriptions div {
        text-align: center;
        font-family: 'Papyrus';
    }
    
    .geschenkt {
        position: relative;
    }
    .geschenkt img {
        float: right;
        position: relative;
        top: -50px;
        right: 80px;
    }
    .geschenkt-box {
        position: relative;
        width: 80%;
        margin: 0 auto;
        border: 1px solid #CCCCCC;
        border-radius: 10px;
        height: 300px;
        font-size: 14px;
    }
    .geschenkt-box .image {
        height: 100%;
        width: 33%;
        text-align: center; 
        float: left;
    }
    .geschenkt-box .image img {
        position: relative;
        top: 47px;
    }
    .geschenkt-box .text {
        float: left;
        position: relative;
        width: 66%;
        top: 30px;
    }
    
    .subHeading {
        margin-top: 10px !important;
        margin-bottom: 0;
        width: 95%;
    }
    
    .video-outer {
        width: 800px;
        height: 450px;
    }
}

/* Große Monitore */
@media (min-width: 1280px) {
}