@charset "UTF-8";

/*	CSS for all documents
	Author: Ruettger Mediendesign - M. Ruettger
	Date: 22.01.2018
*/

@font-face {
    font-family: 'Capone';
    src: url(/LandingPages/AboutPageAssets/font/caponelight.ttf);
	format('truetype');
}

/* document basics */
body {
    margin: 0;
    padding: 0;
    background-image: url('/LandingPages/images/00875_high_Badisches_Weinhaus_Werner_1403784396.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    background-size: cover;
}
.logoBar {
    display: block;
    background-image: url('/LandingPages/images/header-bg.png');
    height: 90px;
    background-attachment: fixed;
    background-position: top center;
}
.content {
    background-color: rgba(248,250,247,0.90);
    width: 80%;
    max-width: 920px;
    min-width: 240px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-top: 1px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    font-family: "Capone", "Times New Roman", "serif";
    font-size: 1.2em;
    line-height: 150%;
}

.content p {
	margin-left: 30px;
	margin-right: 30px;
    font-size:18px;
    letter-spacing: 1px;
    line-height:150%;
}

/* document text */
.content h1 {
    font-family: "Capone", "Times New Roman", "serif";
    font-size: 2em;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b09234;
    text-align: center;
    line-height: 1em;
}
.content h2 {
    font-family: "Capone", "Times New Roman", "serif";
    font-size: 1.5em;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    color: #b09234;
    text-align: center;
    line-height: 1em;
}

/* document graphic */
.content .wgImage {
	display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    border: #b09234 2px solid;
	width: 50%;
}

/* footer region */
footer {
    background-image: url('/LandingPages/images/footer-bg.png')
}
footer p {
    font-family: "Capone", "Times New Roman", "serif";
    font-size: 16px;
    text-align: center;
    padding: 7px 0px 5px 0px;
}
footer a.lnk {
    color: #ababab;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
footer a.lnk:hover {
    text-decoration: underline;
}

/* document button weinladen */
p.btnShop {
    padding: 30px 0px 30px 0;
	text-align: center;
}
.content a.lnk {
    color: #b09234;
    text-decoration: none;
    font-weight: bold
}
.content a.lnk:hover {
    text-decoration: underline;
}
.content .btn {
    background: #b09234;
    background-image: -webkit-linear-gradient(top, #b09234, #7a6422);
    background-image: -moz-linear-gradient(top, #b09234, #7a6422);
    background-image: -ms-linear-gradient(top, #b09234, #7a6422);
    background-image: -o-linear-gradient(top, #b09234, #7a6422);
    background-image: linear-gradient(to bottom, #b09234, #7a6422);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #fafafa;
    font-size: 1em;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}
.content .btn:hover {
    background: #879F91;
    background-image: -webkit-linear-gradient(top, #879F91, #697d71);
    background-image: -moz-linear-gradient(top, #879F91, #697d71);
    background-image: -ms-linear-gradient(top, #879F91, #697d71);
    background-image: -o-linear-gradient(top, #879F91, #697d71);
    background-image: linear-gradient(to bottom, #879F91, #697d71);
    text-decoration: none;
}

.content .galery {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}

/***** ANDROID DEVICES *****/

/* Android 240 X 320 ----------- */
@media only screen and (max-width: 241px) {
.content .wgImage {
    display: none;
}
.content h1 {
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1em;
}
.separator {
    display: none;
}
.content p {
    padding-right: 25px;
    font-size:16px;
}
.content {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 1px;
    padding-left: 5px;
    padding-right: 0px;
    padding-bottom: 10px;
    font-size: 1em;
    line-height: 1.2em;
}
	
.content p {
	margin-left: 0px;
	margin-right: 0px;
}
	
p.btnShop {
    padding: 10px 0px 10px 0px;
}
.content .btn {
    font-size: 0.8em;
}
}

/* All Smartphones in portrait and landscape ----------- */
@media only screen and (max-width : 320px) {
.content .wgImage {
    width: 100%;
    height: auto;
    border: #b09234 1px solid;

}
.content h1 {
    font-size: 1.5em;
    letter-spacing: 1px;
    line-height: 1em;
}
.content p {
	margin-left: 0px;
	margin-right: 0px;
}
}

/* Smartphones iPhone 6/7/8 ----------- */
@media only screen and (max-width : 420px) {
.content .wgImage {
    width: 100%;
    height: auto;
    border: #b09234 1px solid;
}
.content h1 {
    font-size: 1.8em;
    letter-spacing: 1px;
    line-height: 1em;
}
.content p {
	margin-left: 0px;
	margin-right: 0px;
}
}
