body {
    background-color: #ffffff;
    margin: 0 0 0 0px;
    background-image: linear-gradient(180deg, #f6c662 0%, #fff7ea 50%);
    -webkit-text-size-adjust: none;
}

* {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
}

div, p {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.05rem;
    line-height: 1.4rem;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 1.6rem;
    line-height: 1.50rem;
    color: #3e3b66;
    padding: 0 0 24px 0;
    margin: 0;
}

h2 {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #3e3b66;
    padding: 0 0 20px 0;
    margin:0;
}

h3 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #3e3b66;
    padding: 0 0 16px 0;
    margin: 0;
}

h4 {
    font-size: 1.1rem;
    line-height: 1.2rem;
    color: #3e3b66;
    padding: 0 0 12px 0;
    margin: 0;
}

#container {
    width: 80%;
    margin: 24px 0 0 0;
    padding: 0 10% 0 10%;
    line-height: 14px;
}

#global {
    width: 100%;
    margin:0 auto;
    padding: 0 0 200px 0;
}

.logo_wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap:0;
}

.logo {
    display: grid;
    text-align:center;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 90%;
    padding: 0 5% 0 5%;
    height:10vh;
    background-image: url(/images/layout/itns_logo.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center bottom;
}

.logo img {
    width:100%;
    height:10vh;
    display: grid;
}

.mirror {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 90%;
    padding: 0 5% 0 5%;
    height:10vh;
    background-color:#fff7ea;
	border-radius: 24px 0 0 0;
	-moz-border-radius: 24px 0 0 0;
	-webkit-border-radius: 24px 0 0 0;
    background-image: url(/images/layout/logo_mirror.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center top;
}

.mirror img {
    width:100%;
    height:10vh;
}

.display.top {
    display: grid;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 90%;
    padding: 0 5% 0 5%;
    background-image: url(/images/layout/display_top.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center bottom;
}

.display.bottom {
    display: grid;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 90%;
    padding: 0 5% 0 5%;
    background-color:#fff7ea;
	border-radius: 0 24px 0 0;
	-moz-border-radius: 0 24px 0 0;
	-webkit-border-radius: 0 24px 0 0;
    background-image: url(/images/layout/display_bottom.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center top;
}

.content {
    width: 96%;
    padding: 32px 2% 24px 2%;
    background-image: url(/images/logo2.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color:#fff7ea;
    background-image: linear-gradient(180deg, #fff7ea 0%, #f6c662 50%, #fff7ea 100%);
}

.galerie {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    grid-gap: 1px;
}

.image {
    display: grid;
	position: relative;
}

.image img {
    width: 100%;
}
    
.image .title {
    position: absolute;
    top: 0;
    text-align:center;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color:#444;
	opacity: 0;
	
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.image .title h3 {
    position: absolute;
    bottom: 24px;
    width: 100%;
    padding: 0 0 0 0;
    font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color:#fff;
    line-height: 24px;
}

.image .title h4 {
    position: absolute;
    bottom: 52px;
    width: 100%;
    padding: 0 0 0 0;
    font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color:#fff;
    line-height: 16px;
}

.image .title:hover {
	color: #fff;
	opacity: 0.8;
    background-color:#000;
}

.map_wrapper {
    width: 100%;
    padding: 0 0 0 0;
}

.map_wrapper iframe {
    width: 100%;
}

p {
    padding: 0 0 18px 0;
}

ul {
    list-style-type: none;
    margin: 6px 0 0 0;
    padding: 0 0 0 0;
}

li {
    background-image: url(/images/layout/arrow.png);
    background-repeat: no-repeat;
    background-position: left top 2px;
    background-size: 16px auto;
    margin: 6px 0 6px 0;
    padding: 0 0 4px 24px;
}

#text {
    margin: 0 12px 12px 0;
}

.dealer {
    display: grid;
    grid-template-columns: 49% 49%;
	margin: 24px 1px 24px 0;
	grid-gap:1px;
}

.marantz {
    display: grid;
    justify-items:center;
    align-items:center;
    background-image: linear-gradient(180deg, #7c769c 0%, #5c5780 100%);
    height: 6vh;
    padding: 0 5% 0 5%;
    text-align: center;
}

.marantz img {
	max-width: 90%;
    max-height: 3.5vh;
}

.marantz img:hover {
	opacity: 0.5;
}

.marantz:hover {
}

.klipsch {
    display: grid;
    justify-items:center;
    align-items:center;
    background-image: linear-gradient(180deg, #7c769c 0%, #5c5780 100%);
    height: 6vh;
    padding: 0 5% 0 5%;
    text-align: center;
}

.klipsch img {
	max-width: 90%;
    max-height: 3.5vh;
}

.klipsch img:hover {
	opacity: 0.5;
}

#galerie, #download {
    margin: 24px 4px 24px 0;
    padding: 0 0 0 0;
    display: grid;
    background-image: linear-gradient(90deg, #fef9ee 0%, #f8cd7a 100%);
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#galerie a {
    display: grid;
    padding: 12px 12px 12px 54px;
    background-image: url(/images/layout/ikon_galerie.png);
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: 32px auto;
}

#download a {
    display: grid;
    padding: 12px 12px 12px 54px;
    background-image: url(/images/layout/ikon_download.png);
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: 32px auto;
}

a:link, a:visited, a:active, a:hover {
    color: #3e3b66;
    text-decoration: underline;
}

#footer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(33%, 1fr));
	grid-gap:1px;
    width: 100%;
    margin: 24px 0 0 0;
    padding: 12px 0 0 0;
}

#footer_adresse {
    display: grid;
    width: 100%;
}

#footer_adresse li:nth-child(4) {
    background-image: none;
}

#footer_adresse li:nth-child(5) {
    background-image: none;
}

#footer_einzugsgebiet {
    display: grid;
    width: 96%;
    padding: 4px 2% 16px 2%;
    background-image: linear-gradient(180deg, #7b779a 0%, #3d3a65 50%);
}

#footer_einzugsgebiet img {
    padding: 4px 0 12px 0;
    width: 100%;
    
}

#footer_einzugsgebiet h4 {
    padding: 0 0 12px 0;
    color: #fff;
}

#footer_einzugsgebiet p {
    padding: 0;
    color: #fff;
}

#footer_einzugsgebiet a {
    color: #fff;
}

#footer_partner {
    display: grid;
    width: 96%;
    padding: 4px 2% 12px 2%;
    background-color: #3e3b66;
}

#footer_partner img {
    padding: 12px 0 12px 0;
    width:60%;
}

#footer_partner p, #footer_partner p a {
    padding: 0;
    color: #fff;
    text-decoration:none;
}

#footer_partner p a:hover {
    text-decoration:underline;
}

/* TABLET ----------- */

@media screen and (max-width: 1024px) {

.logo {
    background-size: 90% auto;
    background-position: right bottom;
}

.mirror {
    background-size: 90% auto;
    background-position: right top;
}

}

/* MOBILE ----------- */

@media screen and (max-width: 768px) {

#container {
    width: 92%;
    padding: 0 4% 0 4%;
}

#footer {
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
}

#footer_adresse {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    padding: 24px 0 0 0;
}

#footer_einzugsgebiet {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

#footer_partner {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}

}

/* MOBILE ----------- */
 
@media screen and (max-width: 375px) {

/************** COOKIE **************/

div, p {
    font-size: 1rem;
    line-height: 1.3rem;
}

#container {
    width: 96%;
    padding: 0 2% 0 2%;
}

.display.top {
    background-image: url(/images/layout/display_top.png);
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: center bottom;
}

.display.bottom {
    background-image: url(/images/layout/display_bottom.png);
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: center top;
}

}

/* MOBILE ----------- */
 
@media screen and (max-width: 320px) {

/************** COOKIE **************/

div, p {
    font-size: 0.9rem;
    line-height: 1.2rem;
}

}