@charset "utf-8";

/* neues CSS Document für die Produktbeschreibungen Mai 2020*/

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

p {
    line-height: 1.3;
	margin-left:0.3rem;
}

h1 {
    font-size: 1.4rem;
    padding: .7rem;
    margin: 0;
    text-align: center;
    /* border-bottom: black solid 1px;
}

h2 {
    font-size: 1.2rem;
    margin: 0.3rem 0.3rem;
}
h3{
    font-size: 1rem;
    margin: 0.3rem;
}

ul {
    margin: 1rem 0;
}

#wrapper {
    margin-top: 0;
    width: 80%;
    max-width: 1060px;
}

#content {
    width: 100%;
    /*background-color: #D5EBF5;*/
}

section {
    display: flex;
}

.content-text {
    padding: 0.62rem;
    width: 63%;
}
.content-text p,
.content-text li{
    font-size: 1rem;
}

.content-text-full{
    padding: 0.62rem;
    width: 90%;

}

.content-picture {
    width: 37%;
    padding:0.62rem 0;
    text-align: center;
}

.content-picture-inner {
    width: 80%;
    margin: 0 auto;
}

img {
    width: 100%;
}

img.flags{
    width: 1.4rem;
}
#footer{
    /*height: 95px;*/
    line-height: 1.4;
}